home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / Beach Head - Desert War / BeachHeadDesertWar.exe / LEVEL_23 < prev    next >
Encoding:
Text File  |  2003-04-11  |  1.2 KB  |  81 lines

  1. //Bullets, Projectiles, Missiles, Flares (maximum 500 20 20 20)
  2. Ammo 400 20 10 0
  3. //Tank, Jet, HelicopterGun, HelicopterRocket (range:1-9) (default 1,3,3,3)
  4. Aggression 5 3 7 7
  5. Daytime
  6. //Nightime
  7. Crosshair
  8. //Artillery
  9. //Bombers
  10. //AltGun
  11. AltGun2
  12. //AltCannon
  13. /*** TANK (maximum 12) ***/
  14. Object TANK
  15. Delay 200
  16. ObjectInc
  17. Delay 400
  18. ObjectInc
  19. Delay 600
  20. ObjectInc
  21. Delay 800
  22. ObjectInc
  23. Delay 1000
  24. ObjectInc
  25. Delay 1000
  26. /*** APC (maximum 4, soldiers 6) basic ***/
  27. Object APC1
  28. Delay 2000
  29. ObjectInc
  30. Delay 2000
  31. South
  32.  
  33. /*** APC (maximum 4, soldiers 6) gun turret ***/
  34. Object APC2
  35. Delay 2000
  36. ObjectInc
  37. Delay 1000
  38. ObjectInc
  39. Delay 2000
  40. South
  41.  
  42. /*** APC (maximum 4, soldiers 6) missile turret ***/
  43. /*** JET (maximum 16) ***/
  44. /*** BOMBER (maximum 9) ***/
  45. /*** COBRA (maximum 12) ***/
  46. Object COBRA
  47. ObjectInc
  48. Delay 400
  49. ObjectInc
  50. Delay 800
  51. ObjectInc
  52. Delay 2000
  53. ObjectInc
  54. Delay 2000
  55. ObjectInc
  56. Delay 2000
  57. /*** CH53 (maximum 8, soldiers 6) ***/
  58. /*** C130 (maximum 8, soldier 0-12) ***/
  59. Object C130
  60. Delay 800
  61. hdrop 1
  62. adrop 1
  63. mdrop 1
  64. pdrop 1
  65. ObjectInc
  66. Delay 900
  67. troops1 8
  68. mdrop 2
  69. pdrop 2
  70. Far
  71. passes 1
  72. ObjectInc
  73. Delay 1000
  74. troops1 8
  75. hdrop 2
  76. adrop 2
  77. passes 1
  78. South
  79.  
  80. End
  81.